home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / wb-enhancement / clocktool / typedefs.h < prev   
C/C++ Source or Header  |  1994-04-04  |  4KB  |  121 lines

  1.  
  2. /*
  3.  *
  4.  *  typedefs.h
  5.  *
  6.  *
  7.  * 4 Apr 94 
  8.  */
  9.  
  10. /*
  11. typedef struct 
  12. */
  13.  
  14. typedef BOOL             BOOLEAN;
  15. typedef BPTR            LOCK;
  16. typedef struct AmigaGuideBase    AMIGAGUIDEBASE;
  17. typedef struct AreaInfo     AREAINFO;
  18. typedef struct BitMap        BITMAP;
  19. typedef struct BoolInfo     BOOLINFO;
  20. typedef struct BootBlock    BOOTBLOCK;
  21. typedef struct Border        BORDER;
  22. typedef struct ClipboardUnitPartial CLIPBOARDUNITPARTIAL;
  23. typedef struct ClipRect     CLIPRECT;
  24. typedef struct ClockData    CLOCKDATA;
  25. typedef struct ColorMap     COLORMAP;
  26. typedef struct CommandLineInterface COMMANDLINEINTERFACE;
  27. typedef struct ConfigDev     CONFIGDEV;
  28. typedef struct ConUnit        CONUNIT;
  29. typedef struct copinit        COPINIT;
  30. typedef struct DateStamp    DATESTAMP;
  31. typedef struct DateTime        DATETIME;
  32. typedef struct Device        DEVICE;
  33. typedef struct DeviceNode    DEVICENODE;
  34. typedef struct DiskObject    DISKOBJECT;
  35. typedef struct DisplayInfo    DISPLAYINFO; 
  36. typedef struct DosLibrary    DOSLIBRARY;
  37. typedef struct DosInfo        DOSINFO;
  38. typedef struct DosList        DOSLIST;
  39. typedef struct ExecBase     EXECBASE;
  40. typedef struct ExpansionBase    EXPANSIONBASE;
  41. typedef struct FileInfoBlock    FILEINFOBLOCK;
  42. typedef struct FileLock     FILELOCK;
  43. typedef struct FileRequester    FILEREQUESTER;
  44. typedef struct Gadget        GADGET;
  45. typedef struct GadgetInfo    GADGETINFO;
  46. typedef struct GfxBase        GFXBASE;
  47. typedef struct GListEnv     GLISTENV;
  48. typedef struct IBox        IBOX;
  49. typedef struct IFFHandle    IFFHANDLE;
  50. typedef struct Image        IMAGE;
  51. typedef struct InputEvent    INPUTEVENT;
  52. typedef struct Interrupt    INTERRUPT;
  53. typedef struct IntuiMessage    INTUIMESSAGE;
  54. typedef struct IntuiText    INTUITEXT;
  55. typedef struct IntuitionBase    INTUITIONBASE;
  56. typedef struct IOAudio        IOAUDIO;
  57. typedef struct IOClipReq    IOCLIPREQ;
  58. typedef struct IOExtSer     IOEXTSER;
  59. typedef struct IORequest     IOREQUEST;
  60. typedef struct IOStdReq     IOSTDREQ;
  61. typedef struct Layer        LAYER;
  62. typedef struct Layer_Info    LAYER_INFO;
  63. typedef struct Library        LIBRARY;
  64. typedef struct List        LIST;
  65. typedef struct Manufacturer    MANUFACTURER; 
  66. typedef struct MemChunk        MEMCHUNK;
  67. typedef struct MemEntry     MEMENTRY;
  68. typedef struct MemHeader    MEMHEADER;
  69. typedef struct MemList        MEMLIST;
  70. typedef struct Menu        MENU;
  71. typedef struct MenuItem     MENUITEM;
  72. typedef struct Message        MESSAGE;
  73. typedef struct MinList        MINLIST;
  74. typedef struct MinNode        MINNODE;
  75. typedef struct MsgPort        MSGPORT;
  76. typedef struct NameInfo        NAMEINFO; 
  77. typedef struct NewGadget    NEWGADGET;
  78. typedef struct NewMenu        NEWMENU;
  79. typedef struct NewScreen    NEWSCREEN;
  80. typedef struct NewWindow    NEWWINDOW;
  81. typedef struct Node        NODE;
  82. typedef struct PenPair        PENPAIR;
  83. typedef struct Point        POINT;
  84. typedef struct Preferences    PREFERENCES;
  85. typedef struct PrinterData    PRINTERDATA;
  86. typedef struct PrinterExtendedData PRINTEREXTENDEDDATA;
  87. typedef struct Process        PROCESS;
  88. typedef struct PropInfo     PROPINFO;
  89. typedef struct PubScreenNode    PUBSCREENNODE; 
  90. typedef struct RastPort     RASTPORT;
  91. typedef struct Region        REGION;
  92. typedef struct Remember     REMEMBER;
  93. typedef struct Requester    REQUESTER;
  94. typedef struct RootNode        ROOTNODE;
  95. typedef struct SatisfyMsg    SATISFYMSG;
  96. typedef struct Screen        SCREEN;
  97. typedef struct Semaphore    SEMAPHORE;
  98. typedef struct SignalSemaphore    SIGNALSEMAPHORE;
  99. typedef struct stat        STAT;
  100. typedef struct StringInfo    STRINGINFO;
  101. typedef struct TagItem        TAGITEM;
  102. typedef struct Task        TASK;
  103. typedef struct TextAttr     TEXTATTR;
  104. typedef struct TextFont     TEXTFONT;
  105. typedef struct timerequest    TIMERREQUEST;
  106. typedef struct timeval        TIMEVAL;
  107. typedef struct TmpRas        TMPRAS;
  108. typedef struct View        VIEW;
  109. typedef struct ViewPort     VIEWPORT;
  110. typedef struct Window        WINDOW;
  111. typedef struct WorkbenchBase    WORKBENCHBASE;
  112.  
  113.  
  114. typedef struct
  115. {
  116.   char days;
  117.   char *months;
  118. } DM;
  119.  
  120.  
  121.